-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Temporary adding Apache Lucene repositories for snapshots #3042
Conversation
@@ -11,6 +11,13 @@ apply plugin: 'jacoco' | |||
repositories { | |||
mavenCentral() | |||
gradlePluginPortal() | |||
// TODO: Find the way to use the repositories from RepositoriesSetupPlugin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 I have no issue with this for now. Thanks for looking!
❌ Gradle Check failure 6a875fe0b282b6e5fb1785e4b154a58ebe85dc15 |
❌ Gradle Check failure dfd54c6e9c7b17c3e3fd071978cc2f66172a177c |
Hm .... Tests with failures:
|
start gradle check |
start gradle check |
@peterzhuamazon could you please check that @reta can do gradle check starts too? I think it's a separate permissions list |
I can, thanks for checking @dblock ! |
Signed-off-by: Andriy Redko <[email protected]>
❌ Gradle Check failure dfd54c6e9c7b17c3e3fd071978cc2f66172a177c |
❌ Gradle Check failure dfd54c6e9c7b17c3e3fd071978cc2f66172a177c |
It does not look good, seem like we have introduce instability somewhere ...
@tushar-kharbanda72 I think we have uncovered edge cases in #2639, not sure where it is coming from
|
start gradle check |
Uh ...
|
start gradle check |
start gradle check |
Are you saying we introduced this break in #2639? Paging @tushar-kharbanda72, let's see if we can fix this before we rollback? |
It looks like it, many exceptions in logs (java.lang.AssertionError: No thread should be marked active when task finishes):
|
start gradle check |
Just catching up on this.... I see a gradle success w/ no commits or rebases since the last massive failure. Care to summarize? |
Yeah, the builds are super unstable, in report, a lot of exceptions like #3042 (comment) pop up |
What do you mean by "in report"? Do you mean this as in the general "build report" or are you referring to the added code coverage report? |
Oops, sorry, in build logs and build reports |
Signed-off-by: Andriy Redko <[email protected]> (cherry picked from commit f006afa)
) Signed-off-by: Andriy Redko <[email protected]> (cherry picked from commit f006afa) Co-authored-by: Andriy Redko <[email protected]>
Signed-off-by: Andriy Redko [email protected]
Description
Temporary adding Apache Lucene repositories for snapshots
Issues Resolved
Fixes build issues (after #2924)
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.